-
Notifications
You must be signed in to change notification settings - Fork 333
feat: impl PeekingNext for vec::IntoIter #1059
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: impl PeekingNext for vec::IntoIter #1059
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1059 +/- ##
==========================================
- Coverage 94.38% 93.61% -0.78%
==========================================
Files 48 50 +2
Lines 6665 6282 -383
==========================================
- Hits 6291 5881 -410
- Misses 374 401 +27 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi there, thanks for this.
Do you want to include the others mentioned in #1045, too?
- vec::Drain
- array::IntoIter
- string::Drain
I have added the requested impls :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks.
f6bd955
No description provided.